home *** CD-ROM | disk | FTP | other *** search
- @echo off
- gnip %1 silent
- if errorlevel 149 goto foundw
- if errorlevel 148 goto noresp
- if errorlevel 54 goto busy
- if errorlevel 1 goto invalid
- echo %1 is a server
- goto end
- :invalid
- echo REDIR not present
- goto end
- :busy
- echo Network busy
- goto end
- :foundw
- echo %1 is a workstation
- goto end
- :noresp
- echo %1 not found
- :end
-